AsyncOperationWithProgressCompletedHandler Generic Delegate

Represents a method that handles the completed event of an asynchronous operation that provides progress updates.

Syntax

public generic<typename TResult, typename TProgress>
delegate void AsyncOperationWithProgressCompletedHandler`2(
         IAsyncOperationWithProgress<TResult, TProgress>^ asyncInfo,
         AsyncStatus asyncStatus
)  

Type parameters

TResult
The result.

TProgress
The progress information.

Parameters

asyncInfo
Type: IAsyncOperationWithProgress<TResult, TProgress> 

The asynchronous operation.

asyncStatus
Type: AsyncStatus 

One of the enumeration values.

Requirements

Namespace: Windows.Foundation

Metadata: windows.winmd

See also

Reference

Windows.Foundation Namespace